Applet Reference
An instantiated applet is defined by theJMAppletViewerRef
object, which has the following type definition:
typedef struct JMAppletViewer* JMAppletViewerRef;Note that theJMAppletViewer
object is not the same as ajava.applet.Applet
object. TheJMAppletViewer
object encapsulates the Java applet object so that it can be referenced outside the Java environment.